home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 18226 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.8 KB

  1. Path: yama.mcc.ac.uk!dmu!usenet
  2. From: Christopher Pilsworth <hcm94cp@dmu.ac.uk>
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: C++ experts only
  5. Date: 19 Apr 1996 14:22:08 GMT
  6. Organization: De Montfort University, Central Newsserver Leicester UK
  7. Message-ID: <4l87ig$cn5@macondo.dmu.ac.uk>
  8. References: <4jhrb4$gk2@melon.myna.com> <3164559A.41C6@meca.polymtl.ca> <4k9blh$8a@news2.ios.com> <31687ACB.295A@bnr.ca> <4khpt1$gcq@news2.ios.com> <4km1tr$51k@dfw-ixnews5.ix.netcom.com> <4l1per$4a2@news2.ios.com>
  9. NNTP-Posting-Host: mkcsug11.mk.dmu.ac.uk
  10.  
  11. vlad@gramercy.ios.com (Vlastimil Adamovsky) wrote:
  12. >
  13. > giuliano@ix.netcom.com(Giuliano Carlini) wrote:
  14. > >In <4khpt1$gcq@news2.ios.com> vlad@gramercy.ios.com (Vlastimil
  15. > >Adamovsky) writes: 
  16. > >>Seshu Madhavapeddy <kharidi@bnr.ca> wrote:
  17. > >>>I am looking for garbage collection libraries for C++. Are there any
  18. > >>>commercially available (or otherwise) libraries?
  19. > >>
  20. > >>I don't know. 
  21. > >>
  22. > >I know of two:
  23. > >    - Geodesic system's sells one. You can reach them at
  24. > >        www.geodesic.com
  25. > >    - There is a freeware GC at ftp://parcftp.xerox.com/pub/gc
  26. > >Disclosure: I'm associated with Geodesic, and hope to earn
  27. > >licensing/royalty fees in the future.
  28. > Thanks!!!!
  29. > I will take look at the free stuff and see. Even if I think the GC in
  30. > C++ is not necessary, sometimes there can be moments that GC can make
  31. > live easier. Specially if I pass an object around in my application
  32. > not having an owner of that object responsible for its killing.
  33. > Even if I never ever needed GC, I think I might have good use for it.
  34. > *******************************************
  35. > *    Vlastimil Adamovsky                  *
  36. > * Smalltalk, C++ and Envelop development  *
  37. > *******************************************
  38.  
  39. RGC seems to be very good. It is available at www.byte.com or one of 
  40. it's mirrors.
  41.